Click or drag to resize

ServiceMoveFolder Method (FolderId, StandardFolder)

Moves a folder.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public FolderId MoveFolder(
	FolderId folderId,
	StandardFolder standardFolder
)

Parameters

folderId
Type: Independentsoft.ExchangeFolderId
The ID of the folder to move.
standardFolder
Type: Independentsoft.ExchangeStandardFolder
The ID of the folder to move the items to.

Return Value

Type: FolderId
The ID of the new folder.
See Also